Fun 0.41.5
The programming language that makes You have fun
Loading...
Searching...
No Matches
fun_version.c File Reference

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

Detailed Description

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.

Macro Definition Documentation

◆ FUN_VERSION

#define FUN_VERSION   "0.0.0-dev"

Function Documentation

◆ make_string()

case make_string(FUN_VERSION)

Variable Documentation

◆ break

break

Definition at line 25 of file fun_version.c.

◆ OP_FUN_VERSION

case OP_FUN_VERSION

Definition at line 20 of file fun_version.c.