RosettaCodeData/Task/Copy-a-string/FutureBasic/copy-a-string.futurebasic

7 lines
70 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
include "ConsoleWindow"
dim as Str15 s, c
s = "Hello!"
c = s
print c