Skip to content

Commit bf6b0ee

Browse files
authored
Move Programs to end of menu
1 parent 114bd1a commit bf6b0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlify.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ my %p5to6-functions;
3838

3939
# TODO: Generate menulist automatically
4040
my @menu =
41-
('programs', '') => (),
4241
('language','' ) => (),
4342
('type', 'Types' ) => <basic composite domain-specific exceptions>,
4443
('routine', 'Routines' ) => <sub method term operator>,
44+
('programs', '' ) => (),
4545
# ('module', 'Modules' ) => (),
4646
# ('formalities','' ) => ();
4747
;

0 commit comments

Comments
 (0)