Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add sections for more opcodes
  • Loading branch information
coke committed Sep 18, 2013
1 parent 783df30 commit 965a55e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/ops.markdown
Expand Up @@ -223,6 +223,10 @@ Return non-zero if $l is less than or equal two $r.

Return non-zero if the two parameters are not equal.

# Array opcodes

# Hash opcodes

# String Opcodes

## radix
Expand All @@ -245,7 +249,13 @@ The $flags is a bitmask that modifies the parse and/or result:
0x04: parse trailing zeroes but do not include in result
(for parsing values after a decimal point)

# Miscellaneous Opcodes
# Conditional Opcodes

# Loop/Control Opcodes

# Exceptional Opcodes

# Context Introspection Opcodes

## getenvhash
* `getenvhash()`
Expand Down

0 comments on commit 965a55e

Please sign in to comment.