File: echo_expr.star

package info (click to toggle)
delve 1.24.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,092 kB
  • sloc: ansic: 111,943; sh: 169; asm: 141; makefile: 43; python: 23
file content (2 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (3)
1
2
def command_echo_expr(a, b, c):
	print("a", a, "b", b, "c", c)