hebi 0.4.0

A dynamic scripting language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: src/internal/vm/tests.rs
expression: snapshot
---
# Source:
import test

test.set(50)
test.get()


# Result:
Int(
    50,
)