Ejemplo 1: Cómo comentar en Yaml
# this is single line comment.
#Also,
#Yaml Dosent Support multiline comments
#So you might have to comment multiple lines in this way
Ejemplo 2: comentario de yaml
# this is a line comment
# Yaml does not support block-comments
Ejemplo 3: comentario en yaml
In order to add comments to a YAML file, you simply have to use the # (hashtag symbol) at the start of the line.
Example:
# yaml.load(Quick brown fox jumped over the lazy dog.)
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)