mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
14 lines
No EOL
245 B
Text
14 lines
No EOL
245 B
Text
ShowFile("src/Inline.bf")
|
|
GotoText("//InlineTester")
|
|
ToggleBreakpoint()
|
|
RunWithCompiling()
|
|
|
|
StepInto()
|
|
AssertEvalEquals("argA", "10")
|
|
AssertEvalEquals("argB", "2")
|
|
|
|
StepOver()
|
|
AssertEvalEquals("argA", "11")
|
|
|
|
StepOut()
|
|
AssertEvalEquals("c", "13") |