<- [[function|About Functions]] --------- [[if|Displaying Text Conditionally]]-> ===== <> and <> ===== ====Motivating example==== Variables are reset every time the reader restarts a story. If you'd like to remember the value of a variable after the game, use the [[<>]] macro. It works exactly the same way as [[<>]], except it stores the variable in browser storage that remains between sessions. At long last, you have escaped the dungeons. <> So far, you have escaped the dungeons <> times. If you are only interested in remembering the current state of a variable, you don't need to include an assignment: <> If you want to reset the remembered value, you can use the <> macro: <> <- [[function|About Functions]] --------- [[if|Displaying Text Conditionally]]->