FizzyElt / functional-programming

帶你探索 functional programming
https://fizzyelt.github.io/functional-programming/
MIT License
25 stars 0 forks source link

Pure function 文章遷移 #31

Closed FizzyElt closed 11 months ago

FizzyElt commented 11 months ago

code block 好像沒辦法打 ` 會報錯

dannypsnl commented 11 months ago

程式小區塊是 \code{...},大區塊是

\pre{\startverb%
...
\stopverb}
FizzyElt commented 11 months ago

程式小區塊是 \code{...},大區塊是

\pre{\startverb%
...
\stopverb}

我是指

is_even n =n `mod` 2 == 0


is_even n = mod n 2 == 0
``
dannypsnl commented 11 months ago

喔喔,了解,我問一下 Jon

dannypsnl commented 11 months ago

喔喔,了解,我問一下 Jon

Email list here: https://lists.sr.ht/~jonsterling/forester-discuss/%3CCADB3Nk%3D+r9Y8WNcppQZf8bKaqefJaNZAqYbQY_fn0se%3DELYLxg%40mail.gmail.com%3E

dannypsnl commented 11 months ago

@FizzyElt 用 forester 的 commit 992e8f6f646d18fb1e1ef8cb4762eb86dea5fa0b 就能用 ` 了