From c223fef4f4433994b5d699a222c3edbb8b9bf410 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 12 Feb 2024 15:31:21 -0500 Subject: [PATCH] Update fileformat.md show ## for end of line comment --- docs/src/fileformat.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/fileformat.md b/docs/src/fileformat.md index 9283853..85af76d 100644 --- a/docs/src/fileformat.md +++ b/docs/src/fileformat.md @@ -25,6 +25,7 @@ Lets look at a simple example: ## Define variable x and y x = 1//3 y = 2//5 +z = 3//5 ## z is 3//5 and this is an end of line comment # When adding `x` and `y` together we obtain a new rational number: