Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/sidebyside/sidescript.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Hiding code

If you want to include some code in the source code,
but omit it from the output, you can use the `hide`
command.
command. Note: `hide` is the keyword used in `(*** hide ***)`;
the name `hidden` below is just a regular F# identifier, not a keyword.
*)

(*** hide ***)
Expand Down