Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IInterpreter.ORot示例
编程语言:
C# (CSharp)
类/类型:
IInterpreter
方法/功能:
ORot
hotexamples.com的示例:
1
C# (CSharp) IInterpreter.ORot - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IInterpreter.ORot
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Interpret(13)
AddWord(10)
FormatSelector(9)
AddPrimitiveWord(7)
AddFunction(6)
EndNewWordCompilation(5)
AddImmediateWord(5)
BeginNewWordCompilation(5)
InterpretCommand(4)
ObjectStackExpect(4)
OPop(4)
DPop(3)
DPush(3)
Input(3)
InterpredCommand(3)
Execute(3)
FPop(2)
ExecuteBlock(2)
FFunction(2)
Read(2)
FPush(2)
AddConstantWord(2)
Function(2)
GetInterpreter(2)
GetWord(2)
OPush(2)
Evaluate(2)
FStackFree(2)
Drop(2)
DFunction(2)
CallInto(2)
ByteArrayToStruct(2)
BeginEval(2)
AddType(2)
CheckAddressesRange(2)
KeyDown(1)
InsertEntityParameters(1)
IntepredCommand(1)
InterpretComands(1)
InterpretRequest(1)
Interprete(1)
InterpreteToEntity(1)
InterpreteToString(1)
Dup(1)
KeyUp(1)
ODrop(1)
ODup(1)
OOver(1)
OPick(1)
AddToPlan(1)
常用方法
Interpret (13)
AddWord (10)
FormatSelector (9)
AddPrimitiveWord (7)
AddFunction (6)
EndNewWordCompilation (5)
AddImmediateWord (5)
BeginNewWordCompilation (5)
InterpretCommand (4)
ObjectStackExpect (4)
常用方法
OPop (4)
DPop (3)
DPush (3)
Input (3)
InterpredCommand (3)
Execute (3)
FPop (2)
ExecuteBlock (2)
FFunction (2)
Read (2)
FPush (2)
AddConstantWord (2)
Function (2)
GetInterpreter (2)
GetWord (2)
OPush (2)
Evaluate (2)
FStackFree (2)
Drop (2)
DFunction (2)
常用方法
FPush (2)
AddConstantWord (2)
Function (2)
GetInterpreter (2)
GetWord (2)
OPush (2)
Evaluate (2)
FStackFree (2)
Drop (2)
DFunction (2)
CallInto (2)
ByteArrayToStruct (2)
BeginEval (2)
AddType (2)
CheckAddressesRange (2)
KeyDown (1)
InsertEntityParameters (1)
IntepredCommand (1)
InterpretComands (1)
InterpretRequest (1)
Interprete (1)
InterpreteToEntity (1)
InterpreteToString (1)
Dup (1)
KeyUp (1)
ODrop (1)
ODup (1)
OOver (1)
OPick (1)
AddToPlan (1)
常用方法
CallInto (2)
ByteArrayToStruct (2)
BeginEval (2)
AddType (2)
CheckAddressesRange (2)
KeyDown (1)
InsertEntityParameters (1)
IntepredCommand (1)
InterpretComands (1)
InterpretRequest (1)
Interprete (1)
InterpreteToEntity (1)
InterpreteToString (1)
Dup (1)
KeyUp (1)
ODrop (1)
ODup (1)
OOver (1)
OPick (1)
AddToPlan (1)
ORoll (1)
ORot (1)
OSwap (1)
AddMessageHandler (1)
ObjectStackFree (1)
NextChar (1)
Initialize (1)
Init (1)
CheckCharAlignedHereAddress (1)
ExceptionEscaped (1)
DeleteFormatter (1)
FDrop (1)
FDup (1)
CurrentChar (1)
FOver (1)
Convert (1)
ClearScripts (1)
FRot (1)
FStackExpect (1)
FSwap (1)
示例#1
0
显示文件
文件:
Library.cs
项目:
enif77/EFrt
// (a b c -- b c a) private int RotAction() { _interpreter.ORot(); return(1); }
x