mirror of
https://github.com/XAMPPRocky/tokei
synced 2024-10-30 07:11:48 +00:00
20414bccb5
"Dream Maker" is the language used by the 2000-era engine "BYOND": https://secure.byond.com/ It's about as awful as the name implies.
17 lines
329 B
Text
17 lines
329 B
Text
// 17 lines 7 code 6 comments 4 blanks
|
|
/*
|
|
* /* Hello! */
|
|
*/
|
|
|
|
/mob
|
|
// I can rely on this file to exist on disk.
|
|
var/some_file = './/dreammaker.dm'
|
|
|
|
/mob/Login()
|
|
// Not counted. /* */
|
|
world << "// Say hello to [src]!"
|
|
|
|
src << browse({"
|
|
/*<a href="https://google.com">Link</a>*/
|
|
"}, "window=google")
|
|
|