From d031031e4efc638f416e8707140f7f1d603931c6 Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Mon, 1 Dec 2014 00:33:57 +0100 Subject: [PATCH] Void functions might not return a value. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c417bd..5b69159 100644 --- a/README.md +++ b/README.md @@ -316,12 +316,12 @@ and `Necchi`. It maps to: Finally, this: blinda la supercazzola antanizzata o scherziamo? - vaffanzum alfio meno 2! + vaffanzum! is a `void` function taking no arguments and becomes: void antanizzata() { - return alfio - 2; + return; } Functions cannot be nested and can be declared before or after the main in any