This commit is contained in:
6
tests/execute_system.aer
Normal file
6
tests/execute_system.aer
Normal file
@@ -0,0 +1,6 @@
|
||||
class Program {
|
||||
public void main() {
|
||||
bool $res = system("echo OK");
|
||||
print("Result: ", $res);
|
||||
}
|
||||
}
|
2
tests/execute_system.exp
Normal file
2
tests/execute_system.exp
Normal file
@@ -0,0 +1,2 @@
|
||||
OK
|
||||
Result: TRUE
|
Reference in New Issue
Block a user