%begin ! see if we can remove redundant *& in assignment of 'that == buff(0)' %string (255) this, that that = "hello world" ! need to implement with memmove - data copy, not a pointer copy this = that %endofprogram