Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9eebf67

Browse files
committed
Fixed the demo script
1 parent88e9f94 commit9eebf67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎demo.aut‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* transition macros *)
2-
(* nl and digit are defined automatically *)
32
vowel='a','e','i','o','u','y'
3+
digit='0'-'9'
44

55
(* action macros *)
66
T=broadcast 2000 "tick"
@@ -12,5 +12,6 @@ C=broadcast 2000 "clap"
1212
vowel -> 0; C
1313

1414
typing:digit -> typing; T
15-
nl -> 0; D
15+
'\n' -> 0; D
1616
vowel -> typing; C
17+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp