7 lines
119 B
Text
7 lines
119 B
Text
|
|
beads 1 program 'Goodbye World'
|
||
|
|
calc main_init
|
||
|
|
alert('Goodbye, World!')
|
||
|
|
|
||
|
|
draw main_draw
|
||
|
|
draw_str('Goodbye, World!')
|