Code
!x
Condition
Error:
! unary '!' not defined for "fs_bytes" objects
Code
+x
Condition
Error:
! unary '+' not defined for "fs_bytes" objects
Code
-x
Condition
Error:
! unary '-' not defined for "fs_bytes" objects
Code
x %% 2
Condition
Error:
! '%%' not defined for "fs_bytes" objects
Code
x %/% 2
Condition
Error:
! '%/%' not defined for "fs_bytes" objects
Code
x & TRUE
Condition
Error:
! '&' not defined for "fs_bytes" objects
Code
x | TRUE
Condition
Error:
! '|' not defined for "fs_bytes" objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.