Utilisation de l'une ou l'autre macro dans Goto Sugarcube

/* Using a temporary variable */
<<set _where to either("kitchen", "garden", "cellar")>><<goto _where>>

/* Using a backtick expression */
<<goto `either("kitchen", "garden", "cellar")`>>
Faithful Fowl