diff --git a/docs/src/fileformat.md b/docs/src/fileformat.md index 9283853e..85af76d9 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: