aboutsummaryrefslogtreecommitdiff
path: root/examples/simple.halk
blob: 6d88314a3770ebafcbb957027f5bfc306fa7c3cd (plain) (blame)
1
2
3
:str:var = 'Hello';

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