mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
named (annotated) arguments, and-, or- expressions, example partition, array_expression moved to expression from superexpression
This commit is contained in:
parent
189306df26
commit
777fd830b0
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ exec main {
|
|||
|
||||
; print-anything:[bool] (n < 2) // TODO: fix exception (arguments not present ??)
|
||||
|
||||
if n > 1 then print-anything:[string] "aaa" // not work ??
|
||||
if n > 1 then print-anything:[string] "aaa" // not work (??)
|
||||
|
||||
var x = (for _ in 0--n do scan-int:) // $array[int] & 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue