From 9daea5bbc2d9972102b0176e0843a73bd0a6fb13 Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Thu, 16 Feb 2023 15:22:35 +0100 Subject: [PATCH] ADDS: Continuation to REPL --- website/src/pages/learn/strudel-vs-tidal.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/learn/strudel-vs-tidal.mdx b/website/src/pages/learn/strudel-vs-tidal.mdx index 776ca759..8f67e779 100644 --- a/website/src/pages/learn/strudel-vs-tidal.mdx +++ b/website/src/pages/learn/strudel-vs-tidal.mdx @@ -144,3 +144,5 @@ You can get the same tempo as tidal with: ``` note("c a f e").fast(.5625); ``` + +Next up: the [REPL](/technical-manual/repl)