File: CaseTkns.fth

package info (click to toggle)
fcode-utils 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 46,768 kB
  • sloc: ansic: 9,717; csh: 241; makefile: 129; sh: 17
file content (36 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\  Test the new  Upper-Case-Token-Names  and  Lower-Case-Token-Names  flags
\  Updated Tue, 27 Jun 2006 at 11:32 PDT by David L. Paktor

hex headers

fcode-version2

123 constant MiXeD-uP-CaSes-natch

#flag Lower-Case-Token-Names

456 constant MiXeD-uP-TO-LoWeR-Case
." But This sTrInG KeePS ItS MIxeD CaSEs."

#flag  Upper-Case-Token-Names

789 constant Up-mIxEd-tO-uPPer-cASe
." THis StRiNG KeEpS ItS MiXeD CaSeS tOO."

headerless
defeca8e constant NoShiT,sHerLocK!
headers

#flag Lower-Case-Token-Names

0abc constant mIXeD-BaCk-To-Lower-CAsE

#flag noUpper-Case-Token-Names

0def constant mIxEd-BuT-StIlL-To-Lower

#flag noLower-Case-Token-Names

0fed constant BaCk-To-tHe-MiX

fcode-end