Carrot, 4 bytes, non-competing
.^*7
Prints ........ (8 .s).
Explanation
.^ Sets the stack-string to "."
*7 Append seven duplicates of the stack-string to itself
Implicit output
Carrot, 4 bytes, non-competing
.^*7
Prints ........ (8 .s).
Explanation
.^ Sets the stack-string to "."
*7 Append seven duplicates of the stack-string to itself
Implicit output
Carrot, 4 bytes
.^*7
Prints ........ (8 .s).
Explanation
.^ Sets the stack-string to "."
*7 Append seven duplicates of the stack-string to itself
Implicit output
#Carrot , 4 bytes, non-competing
.^*7
Prints ........ (8 .s).
###Explanation
.^ Sets the stack-string to "."
*7 Append seven duplicates of the stack-string to itself
Implicit output
Carrot , 4 bytes, non-competing
.^*7
Prints ........ (8 .s).
Explanation
.^ Sets the stack-string to "."
*7 Append seven duplicates of the stack-string to itself
Implicit output
#Carrot, 4 bytes, non-competing
.^*7
Prints ........ (8 .s). Counter-intuitive, eh?
###Explanation
.^ Sets the stack-string to "."
*7 Append seven duplicates of the stack-string to itself
Implicit output
#Carrot, 4 bytes, non-competing
.^*7
Prints ........ (8 .s).
###Explanation
.^ Sets the stack-string to "."
*7 Append seven duplicates of the stack-string to itself
Implicit output