Changes

Jump to navigation Jump to search
134 bytes added ,  11:36, 4 April 2018
Line 30: Line 30:  
</source>
 
</source>
    +
== Print ==
 +
=== Print to stderr ==
 +
f_pinta_error () {
 +
v_TIMESTAMP=$(date +${v_FORMATO_TIMESTAMP})
 +
>&2 echo "${v_TIMESTAMP} $1"
 +
}
 
== Strings ==
 
== Strings ==
 +
 
== Loops ==
 
== Loops ==
 
=== While ===
 
=== While ===

Navigation menu