Last change
on this file since 3589 was
3589,
checked in by yura, 13 years ago
|
- Compiler files are moved into package org.refal.plus.compiler.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
233 bytes
|
Line | |
---|
1 | // $Id: rfp_asail.rfi 3589 2008-03-28 14:33:14Z yura $ |
---|
2 | |
---|
3 | $func ASAIL_ADD e.args = e.asail_op; |
---|
4 | $func ASAIL_SUB e.args = e.asail_op; |
---|
5 | $func ASAIL_MUL e.args = e.asail_op; |
---|
6 | $func ASAIL_DIV e.args = e.asail_op; |
---|
7 | |
---|
8 | $func ASAIL_MAX e.args = e.asail_op; |
---|
9 | $func ASAIL_MIN e.args = e.asail_op; |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.