diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2016-06-21 22:28:38 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2016-07-26 19:47:08 +0300 |
| commit | 485fe60b9838708a07b1d1af7054c729cfa9bbf5 (patch) | |
| tree | e290f96ffe5723e6913119d067d1966d521f7261 /test | |
| parent | bb809670621accc4ac57b989d05ac68ce6cd94b9 (diff) | |
Add builtin function 'concat'
Diffstat (limited to 'test')
| -rw-r--r-- | test/resources/program.bork | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/resources/program.bork b/test/resources/program.bork index 8159939..0901bd7 100644 --- a/test/resources/program.bork +++ b/test/resources/program.bork @@ -14,7 +14,7 @@ sum(x y) decl user_input set user_input in("give input: ") -out( + + "your input was " user_input "!" ) +out( concat("your input was: " user_input "!") ) decl var set var true |
