Change interface symbol from ~ to &

This commit is contained in:
2024-03-13 23:05:58 -04:00
parent e0d4be8db8
commit db98e590fc
15 changed files with 36 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
Numbered: (~ [number]: Int)
Numbered: (& [number]:Int)
Number: Int
Number.[number]: Int = [.this]

View File

@@ -1,7 +1,7 @@
+ [print string:String]: Index = cstdio::[write 1 [~*Byte string] [#string]]
+ [println string:String]: Index = [+ [print string] cstdio::[write 1 '\n' 1]]
+ Writer: (~ [write buffer:*:Byte]: Index)
+ Writer: (& [write buffer:*:Byte]: Index)
+ File: cstdio::FileDescriptor
+ File.[write buffer:*:Byte]:Index =
cstdio::[write