Phasor 3.1.1
Stack VM based Programming Language
Loading...
Searching...
No Matches
phasor.Value Namespace Reference

Classes

class  ValueType
class  Value

Variables

 _Payload = Union[None, bool, int, float, str]

Detailed Description

phasor.Value
=============
Runtime value types stored in the constant pool.

Variable Documentation

◆ _Payload

phasor.Value._Payload = Union[None, bool, int, float, str]
protected

Definition at line 22 of file Value.py.