This website requires JavaScript.
Explore
Help
Register
Sign In
egormanga
/
Slang
Watch
1
Star
0
Fork
0
You've already forked Slang
mirror of
https://github.com/egormanga/Slang.git
synced
2025-03-13 23:42:44 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Slang
/
tests
/
strcat.sl
7 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Latest changes back from 2021, before starting from scratch.
2024-01-11 02:55:07 +03:00
#| Slang `strcat' test. |#
Huge work; i'm too tired to write commit message for all of it. Pleez let me sleep acouple of hours. Made most tests work. Started SBC.
2020-03-18 07:00:12 +03:00
str a = "a"
str b = "B"
str c = a+b
stdio.println(c)
Reference in New Issue
Copy Permalink