Question about implementing functions calls in an intrepreter

后端 未结 0 1950
野性不改
野性不改 2021-01-14 03:12

Consider the pseudo code:

function test()
   print (\'First Method\')

test()

When the interpreter reads this code it enters the symbol \'tes

相关标签:
回答
  • 消灭零回复
提交回复
热议问题