mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 22:19:07 +02:00
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Syntactic test
|
|
|
|
SELECT *
|
|
// Comment
|
|
FROM <model0.nt>
|
|
/* Comment */
|
|
WHERE (?x, ?y, ?z)
|