JoyCog

Check-in [3bc956d5ca]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Bug/Typo fix - remove accidentally duplicated dup
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 3bc956d5caa541c36b5422abd81445498780229c4ee9a78a6460022f8a827ec9
User & Date: base@atomicules.co.uk 2015-01-03 22:03:50
Context
2018-06-05
11:39
Formatting Leaf check-in: e729fbcd2f user: noreply@github.com tags: master, trunk
2015-01-03
22:03
Bug/Typo fix - remove accidentally duplicated dup Leaf check-in: 3bc956d5ca user: base@atomicules.co.uk tags: origin/master, trunk
20:17
Add command line wrapper for joycog.joy check-in: 6c38f09355 user: base@atomicules.co.uk tags: origin/master, trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to joycogcl.joy.

32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

(* Make a copy of it *)

dup

(* Working on the copy, assume next two arguments are for the front chainring *)

dup 2 take 

(* Swap the stack to work on rest of args again *)

swap

(* The rest are for the cassette *)








|







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

(* Make a copy of it *)

dup

(* Working on the copy, assume next two arguments are for the front chainring *)

2 take 

(* Swap the stack to work on rest of args again *)

swap

(* The rest are for the cassette *)