mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 14:40:04 +08:00
10 lines
270 B
Plaintext
Vendored
10 lines
270 B
Plaintext
Vendored
primitive print(s: string)
|
|
/* ^ function */
|
|
/* ^ parameter */
|
|
|
|
function func(a: int) : int = (print("Hello World!"); a)
|
|
/* ^ function */
|
|
/* ^ parameter */
|
|
/* ^ function.builtin */
|
|
/* vim: set ft=tiger: */
|