File: echo_expr.star

package info (click to toggle)
delve 1.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,136 kB
  • sloc: ansic: 111,947; sh: 194; asm: 147; makefile: 43; python: 23
file content (2 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (5)
1
2
def command_echo_expr(a, b, c):
	print("a", a, "b", b, "c", c)