Commit decbf33a authored by Simon Latapie's avatar Simon Latapie

* intf-http.txt: update doc (strsub)

parent eaa24206
......@@ -179,6 +179,8 @@ You have access to :
strncmp : compare the ST(3) first characters of ST(1) and ST(2),
push -1, 0, or 1
strlen : push the length of ST(1)
strsub : extract substring of ST(1) from character number ST(2)
to character number ST(3)
* stack manipulation
dup : duplicate ST(1) on the stack
drop : remove ST(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment