Name
SPVM::Eg::Node::Comment - Comment in JavaScript
Description
The Eg::Node::Comment class in SPVM represents textual notations within markup.
This class is a port of Comment in JavaScript.
Usage
my
$comment_node
= Eg->document->create_comment(
"Comment"
);
Inheritance
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License