Data update

This commit is contained in:
Ingy döt Net 2025-08-12 11:43:10 -07:00
parent 4924dd0264
commit cb74b7914d
10 changed files with 60 additions and 11 deletions

View file

@ -1,6 +1,7 @@
!YS-v0
defn main(x):
if x:even?:
say: "$x is even"
say: "$x is odd"
defn main(*xs):
each x xs:
if x:even?:
say: "$x is even"
say: "$x is odd"