' This script is an example of MY-BASIC ' Copyright (c) 2011 - 2015 Wang Renxin. All rights reserved. ' For more information, see https://github.com/paladin-t/my_basic/ s$ = "hello " s$ = s$ + "world" PRINT s$ + "!"