Skip to content

Change variable name from "$square" to "$double" or "$even" in exercise11 #6

@steffenvan

Description

@steffenvan

Minor correction in the exercise 11 notebook: I think the intended variable name for the variable $square is $double since we are doubling each value in the sequence rather than squaring it :).

%%rumble
let $sequence := 1 to 10
for $value in $sequence
let $square := $value * 2  // doubling operation
where $square < 10
return $square

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions