From af21e3b0383668157345047aedc2882351a6e8b2 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Fri, 5 Nov 2021 00:16:34 +0100 Subject: [PATCH] changed sample formatting --- samples/000_Overview.noja | 2 +- samples/100_Expressions.noja | 3 ++- samples/150_Branches.noja | 2 +- samples/200_Loops.noja | 3 +-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/000_Overview.noja b/samples/000_Overview.noja index 33651fd..a5d21a6 100644 --- a/samples/000_Overview.noja +++ b/samples/000_Overview.noja @@ -69,4 +69,4 @@ print(a, '\n'); # and frees the old one. # # ------------------------------------------------------------------------- # -# ------------------------------------------------------------------------- # \ No newline at end of file +# ------------------------------------------------------------------------- # diff --git a/samples/100_Expressions.noja b/samples/100_Expressions.noja index 701b071..fe58d3f 100644 --- a/samples/100_Expressions.noja +++ b/samples/100_Expressions.noja @@ -25,6 +25,7 @@ print('Hello, world!\n'); print(1, 2, 3, '\n'); +# # ------------------------------------------------------------------------- # # --- Variables and expressions ------------------------------------------- # # @@ -91,4 +92,4 @@ print(6 != 6, '\n'); # false # while the others are only available for numeric types. # # ------------------------------------------------------------------------- # -# ------------------------------------------------------------------------- # \ No newline at end of file +# ------------------------------------------------------------------------- # diff --git a/samples/150_Branches.noja b/samples/150_Branches.noja index e32416d..62844e2 100644 --- a/samples/150_Branches.noja +++ b/samples/150_Branches.noja @@ -35,4 +35,4 @@ if 1 == 1: } # # ------------------------------------------------------------------------- # -# ------------------------------------------------------------------------- # \ No newline at end of file +# ------------------------------------------------------------------------- # diff --git a/samples/200_Loops.noja b/samples/200_Loops.noja index 4ea164a..d292d47 100644 --- a/samples/200_Loops.noja +++ b/samples/200_Loops.noja @@ -1,5 +1,4 @@ - # ------------------------------------------------------------------------- # # --- Loops --------------------------------------------------------------- # # @@ -35,4 +34,4 @@ while i < 10; # # ------------------------------------------------------------------------- # -# ------------------------------------------------------------------------- # \ No newline at end of file +# ------------------------------------------------------------------------- #