mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-23 04:30:27 +00:00
1 line
102 B
Plaintext
Executable File
1 line
102 B
Plaintext
Executable File
unset exit
|
|
compile -e -i {1} keep=3/t
|
|
if {status} == 0
|
|
echo Failed {1}
|
|
else
|
|
echo Passed {1}
|
|
end
|