tcon1.nim 321 B

1234567891011121314
  1. proc test(s: string; a: int) = discard
  2. proc testB(a, b: string) = discard
  3. test("hello here", #[!]#)
  4. testB(#[!]#
  5. discard """
  6. $nimsuggest --tester $file
  7. >con $1
  8. con;;skProc;;tcon1.test;;proc (s: string, a: int);;$file;;1;;5;;"";;100
  9. >con $2
  10. con;;skProc;;tcon1.testB;;proc (a: string, b: string);;$file;;2;;5;;"";;100
  11. """