mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
5 lines
230 B
Text
5 lines
230 B
Text
module main
|
|
|
|
fn abc()
|
|
abc just prints 'xyz'. The important thing however is the next line, that does an assertion, that should be executed with `v doc -run-examples good.v`, and should succeed:
|
|
Example: assert 5 * 5 == 25
|