Coder Social home page Coder Social logo

perama-v.github.io's People

Contributors

0xcoburn avatar ftupas avatar keivinonline avatar kuzdogan avatar perama-v avatar remedcu avatar rootulp avatar screaminghawk avatar tarrencev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

perama-v.github.io's Issues

Redefining locals with let assert

Hi There -

Awesome tutorial, best Cairo resource out there!

Wanted to clarify this statement: "Locals are good when you want to assert that a variable has a certain value. If you use a reference with an assert statement, the reference is redefined (it assigns rather than checks). " (https://perama-v.github.io/cairo/examples/variables/).

When I try it with this contract, execution fails:

%lang starknet
%builtins pedersen range_check

from starkware.cairo.common.cairo_builtins import HashBuiltin

@view
func let_assert() -> (assigned : felt):
    let x = 2
    assert x = 10
    return (x)
end
ASSERT_EQ instruction failed: 10 != 2.\n    assert x = 10

Is there another way how assert can be used to re-assign a reference as mentioned above?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.