github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/_fixtures/echo_expr.star (about)

     1  def command_echo_expr(a, b, c):
     2  	print("a", a, "b", b, "c", c)