aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cad48d7..8d20d91 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,10 @@ All stack items are signed bigints.
- `o`: outputs the top value as an ascii char
- `O`: outputs the top value as a number
- `g`: gets a character and pushes the ascii value
+- `C`: open a socket connection to specified ip address, in 32- or 128-bit format for ipv4 or ipv6 resp., and port. Returns identifier
+- `w`: takes identifier and char; writes char to specified socket (leaves socket on stack)
+- `t`: takes identifier; takes char from specified socket and pushes it (leaves socket on stack)
+- `c`: takes identifier; closes that connection
- `F<bla>[code]`: define a function named "bla" with the body "code"
- `<bla>`: call the function named "bla"
- `$`: outputs a stackdump