Skip to content

Instantly share code, notes, and snippets.

@nico-lab
Last active October 13, 2020 10:17
Show Gist options
  • Save nico-lab/7a553c15ab89027aab0f2c69e2362a3e to your computer and use it in GitHub Desktop.
Save nico-lab/7a553c15ab89027aab0f2c69e2362a3e to your computer and use it in GitHub Desktop.
st(), ld()のサンプル
if(
gte(
t,
ld(1)+10
),
st(1,t)*0,
if(
ld(1),
gt(t,ld(1)+2),
1
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment