---
---
{{/* complex */}}
{{`not of any use in hugo(?), never let i follow a number `}}
{{ 42i }}
{{ $myComplex := 12i }}
{{ printf "%+v (T:%T #v:%#v)" $myComplex $myComplex $myComplex }}


{{ printf "%+v (T:%T #v:%#v)" (time "2018-01-28") (time "2018-01-28") (time "2018-01-28") }}

not of any use in hugo(?), never let i follow a number 
(0+42i)

(0+12i) (T:complex128 #v:(0+12i))


2018-01-28 00:00:00 +0000 UTC (T:time.Time #v:time.Time{wall:0x0, ext:63652694400, loc:(*time.Location)(nil)})