changed the byte code for push_intlit and push_negintlit.
added a new byte code push_charlit
This commit is contained in:
@ -95,7 +95,12 @@
|
||||
#method(#class) main
|
||||
{
|
||||
| v1 v2 |
|
||||
System logNl: 'START OF MAIN'.
|
||||
|
||||
v2 := 'have fun'.
|
||||
|
||||
v2 at: 0 put: $H.
|
||||
|
||||
System logNl: ('START OF MAIN - ' , v2).
|
||||
|
||||
v1 := MyConsole output.
|
||||
v1 clear.
|
||||
|
Reference in New Issue
Block a user