PhpSqlAsp.com RPN Interpreter (NEW)

EXAMPLE OF RPN INTERPRETER IN PHP

(C) Arturo Gonzalez-Mata Santana // This example read and execute RPN commands from the form.

please write or edit a program

RPN
COMMANDS
" " (space) is the command separator
Math Operators:
+ - * /
Comparison Operators:
= <> > < >= <=

Conditionals:
IF .. THEN

Stack:
DUP SWAP