diff options
Diffstat (limited to 'src/tour.gleam')
-rw-r--r-- | src/tour.gleam | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/tour.gleam b/src/tour.gleam index 5dc662d..be26ffa 100644 --- a/src/tour.gleam +++ b/src/tour.gleam @@ -56,10 +56,17 @@ const home_html = " </p> <p> The tour is interactive! The code shown is editable and will be compiled and - evaluated as you type. Anything you print using <code>io.println</code> or - <code>io.debug</code> will be shown in the bottom section, along with any - compile errors and warnings. To evaluate Gleam code the tour compiles Gleam to - JavaScript and runs it, all entirely within your browser window. + evaluated as you type. Anything you print using + <a href=\"https://hexdocs.pm/gleam_stdlib/gleam/io.html#print\" target=\"_blank\"> + <code>io.println</code> + </a> + or + <a href=\"https://hexdocs.pm/gleam_stdlib/gleam/io.html#debug\" target=\"_blank\"> + <code>io.debug</code> + </a> + will be shown in the bottom section, along with any compile errors and warnings. + To evaluate Gleam code the tour compiles Gleam to JavaScript and runs it, + all entirely within your browser window. </p> <p> If at any point you get stuck or have a question do not hesitate to ask in |