* Enhacements in r_egg library
- Add support for including files
- bla.r@include($PATH);
- Proper support for goto() keyword
- Add support to get and set environment variables (need more work)
- PATH@env(/bin);
- Fix /* */ comment parsing code
7 lines
72 B
R
7 lines
72 B
R
exit@syscall(1);
|
|
@syscall() {
|
|
: int 0x88
|
|
}
|
|
main@global() {
|
|
exit(0);
|
|
}
|