tokei/tests/data/dreammaker.dm
Pieter-Jan Briers 20414bccb5 Adds Dream Maker support. (#236)
"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.
2018-06-16 15:46:52 +01:00

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")