//
forever
{
paper
//heart
repeat x 20
{
pen 80
line -5 x 15 x
}
repeat x 20 45
{
pen 80
line 20 x 40 x
}
// body dancing
pen 50
line 20 100
line 100 20
repeat x 20
{
pen 80
line 45 x 65 x
}
// mind
pen
line 75 90 85 95
line 75 80 85 85
line 75 70 85 75
line 75 60 85 65
line 75 50 85 55
line 75 40 85 45
line 75 30 85 35
line 75 20 85 25
line 75 10 85 15
line 75 0 85 5
repeat x 20 45
{
pen 50
line 70 x 90 x
}
repeat x 20
{
pen 80
line 95 x 115 x
}
}