]> git.lizzy.rs Git - uwu-lang.git/blob - example/print_args.uwu
Argument counting starts at 1 now
[uwu-lang.git] / example / print_args.uwu
1 main :str:cat(
2         $1,
3         $2,
4         $3
5 )