mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-04 00:30:47 +08:00
21 lines
347 B
Plaintext
21 lines
347 B
Plaintext
; foo
|
|
(Home some axes)
|
|
G28 (here come the axes to be homed) X
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "; foo"],
|
|
|
|
["comment", "(Home some axes)"],
|
|
|
|
["keyword", "G28"],
|
|
["comment", "(here come the axes to be homed)"],
|
|
["property", "X"]
|
|
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments.
|