mirror of
https://github.com/SSCLI/sscli_20021101
synced 2026-06-08 12:28:57 +00:00
9fa3874800
Moved the original file to the archive subfolder.
4 lines
51 B
JavaScript
4 lines
51 B
JavaScript
var j:String = "hi"
|
|
var s:String = " there"
|
|
|
|
j += s |