aboutsummaryrefslogtreecommitdiff
path: root/examples/simple.halk
blob: 80d70de17004dfdd7947c2e298e019151206d6ea (plain) (blame)
1
2
3
:str:var = "Hello";

fprint.stdio, strcat.var, "\n";