mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-23 11:31:01 +00:00
6 lines
78 B
Smalltalk
6 lines
78 B
Smalltalk
|
" Simple example "
|
||
|
|
||
|
Transcript show:'1 + 1 = '.
|
||
|
Transcript showLine: (1 + 1)
|
||
|
|