1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Beef/IDE/Tests/Test1/scripts/Inline.txt

14 lines
245 B
Text
Raw Normal View History

2019-08-23 11:56:54 -07:00
ShowFile("src/Inline.bf")
GotoText("//InlineTester")
ToggleBreakpoint()
RunWithCompiling()
StepInto()
AssertEvalEquals("argA", "10")
AssertEvalEquals("argB", "2")
StepOver()
AssertEvalEquals("argA", "11")
StepOut()
AssertEvalEquals("c", "13")