summaryrefslogtreecommitdiff
path: root/tmp/test.fy
blob: bef7188a03498f38066f84e8a639ed82fb8e2fc4 (plain)
1
2
3
4
5
my foo = 0;

say foo;

say 2 * 4.5 + 1 + gc;