Inline string literal since #46 has been remedied

This commit is contained in:
Sasha Koshka 2024-03-01 00:17:39 -05:00
parent 5e93a7afd1
commit 005b2fcd56
1 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
+ [print string:String]: Index = cstdio::[write 1 [~*Byte string] [#string]]
+ [println string:String]: Index = {
newline:Byte = '\n'; TODO: move this inline once crash is fixed
[+ [print string] cstdio::[write 1 [@ newline] 1]]
}
+ [println string:String]: Index = [+ [print string] cstdio::[write 1 '\n' 1]]
+ Writer: (~ [write buffer:*:Byte]: Index)
+ File: cstdio::FileDescriptor