File: cmd_alias.svx

package info (click to toggle)
survex 1.4.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,348 kB
  • sloc: ansic: 21,576; cpp: 18,167; sh: 5,942; javascript: 832; perl: 755; makefile: 614; python: 83; xml: 35
file content (17 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; pos=yes
*fix 1 0 0 0
; This '-' is an actual station
1 - 1.00 090 0
*alias station - ..
; This '-' is an anon station
1 - 1.00 270 0
*alias station -
; And back to the actual one
- 2 1.00 180 0
; Regression test - handling of a comment character after the command.
*alias station - ..; comment
; This '-' is an anon station
2 - 1.00 270 0
*alias station -; comment
; And back to the actual one
- 3 1.00 180 0