Add RESULT system variable
This commit is contained in:
@@ -108,3 +108,11 @@ class FreeMem : SystemVariable
|
||||
return Value(8327164);
|
||||
}
|
||||
}
|
||||
class Result : SystemVariable
|
||||
{
|
||||
@property
|
||||
override Value value()
|
||||
{
|
||||
return Value(vm.petitcomputer.project.result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user