named (annotated) arguments, and-, or- expressions, example partition, array_expression moved to expression from superexpression

This commit is contained in:
ProgramSnail 2023-07-03 19:07:00 +03:00
parent 189306df26
commit 777fd830b0

View file

@ -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