mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2026-01-25 13:07:13 +00:00
printing fixes
This commit is contained in:
parent
0bb72e0b10
commit
469cb3581f
23 changed files with 318 additions and 151 deletions
|
|
@ -85,7 +85,7 @@ func
|
|||
'a
|
||||
'b
|
||||
'c
|
||||
: A B C -> D
|
||||
: A B C -> D;
|
||||
|
||||
func 'a 'b 'c
|
||||
:
|
||||
|
|
@ -127,7 +127,7 @@ func = {
|
|||
|
||||
// operators, containers, modifiers
|
||||
|
||||
func {
|
||||
func = {
|
||||
|
||||
x + y;
|
||||
|
||||
|
|
@ -167,10 +167,11 @@ func {
|
|||
<> x;
|
||||
|
||||
x?;
|
||||
}
|
||||
|
||||
// other
|
||||
|
||||
func {
|
||||
func = {
|
||||
|
||||
x
|
||||
.func a b c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue