<@U638QQNER> commented on <@U638QQNER>’s file <htt...
# announcements
u
@sridhar commented on @sridhar’s file https://kotlinlang.slack.com/files/U638QQNER/F64LDSZJN/i_am_looking_for_a_way_to_create_many_objects_of_type_say__node______is_it_possible_to_do_the_below_way_.kt: I am trying to cut off the following code:
Copy code
var s1 = Node("q6")
    var s2 = Node("q2")
    var s3 = Node("q4")
    var s4 = Node("q4")
    var s5 = Node("q5")