184cc25766
Add logging in the Interpreter for: - StaticInvocationExpression, including calls to print - ReturnStatement - IfStatement BUG= R=dmitryas@google.com Review-Url: https://codereview.chromium.org/2841803002 .
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
print(String: hello)
|
|
print(int: 1)
|
|
print(bool: true)
|
|
print(double: 4.2)
|
|
print(Null: null) |