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