Put comments into example scripts.
This commit is contained in:
@@ -1 +1 @@
|
||||
print(34 + 12)
|
||||
print(34 + 12); // should be 46
|
||||
|
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
print(34 + 12)
|
||||
print(34 + 12); // should be 46
|
||||
|