mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-12 04:20:18 +08:00
13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
|
.include "header.asm"
|
||
|
|
||
|
-------------------------
|
||
|
|
||
|
[
|
||
|
["directive", ".include"],
|
||
|
["string", "\"header.asm\""]
|
||
|
]
|
||
|
|
||
|
-------------------------
|
||
|
|
||
|
Check for strings
|