aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-12-18 09:36:47 +0100
committertomsmeding <hallo@tomsmeding.nl>2015-12-18 09:36:47 +0100
commit1022aec346a24a2036626e7c79d0b1645552e55a (patch)
treef829c9ec251f23d6432256e4431728ffcaee28f2 /README.md
parentf46e00474498c5377d3aa050507466fc377bced5 (diff)
Networking!
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