4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
// The following will be valid based on the definitions.
|
|
hello_there = general_kenobi::hello_there(123);
|
|
print(hello_there);
|