![]() | Fun 0.41.5 The programming language that makes You have fun |
VM opcode snippet: push the current Fun version string (OP_FUN_VERSION). More...
Go to the source code of this file.
Macros | |
| #define | FUN_VERSION "0.0.0-dev" |
Functions | |
| case | make_string (FUN_VERSION)) |
Variables | |
| case | OP_FUN_VERSION |
| break | |
VM opcode snippet: push the current Fun version string (OP_FUN_VERSION).
Included into vm.c dispatch. Pushes a string constant with the build's FUN_VERSION onto the VM stack.
Definition in file fun_version.c.
| #define FUN_VERSION "0.0.0-dev" |
| case make_string | ( | FUN_VERSION | ) |
| break |
Definition at line 25 of file fun_version.c.
| case OP_FUN_VERSION |
Definition at line 20 of file fun_version.c.