|
|
BSD 4.3
procedure form(arg1,op,arg2)
arg1 := fix(arg1)
arg2 := fix(arg2)
return case op of {
"+" : add(arg1,arg2)
"-" : sub(arg1,arg2)
"*" : mpy(arg1,arg2)
"/" : div(arg1,arg2)
"^" : rse(arg1,arg2)
}
end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.