StormChild’s Sanctuary
© 2o18-2o21, Aron “StormChild” Somodi
v0.4
10 print “This is only a placeholder.” 20 print “---------------------------” 30 print “Don’t expect anything fancy” 40 print “until I create a usable web” 50 print “--- presence for myself ---” 60 input “Accepted? (yes/no) “; a$ 70 if a$=”yes” then goto 90 80 goto 10 90 print “Thanx for your patience and” 100 print “have a great day!” run