Results for: "strip"

@@foo = 1 ^^^^^^^^^

Foo += bar ^^^^^^^^^^^

Foo &&= bar ^^^^^^^^^^^^

Foo ||= bar ^^^^^^^^^^^^

Foo::Bar = 1 ^^^^^^^^^^^^

Foo::Foo, Bar::Bar = 1 ^^^^^^^^ ^^^^^^^^

$foo = 1 ^^^^^^^^

@foo ^^^^

@foo, = bar ^^^^

foo = 1 ^^^^^^^

@@foo = 1
^^^^^^^^^

@@foo, @@bar = 1
^^^^^  ^^^^^
Foo += bar
^^^^^^^^^^^
Foo &&= bar
^^^^^^^^^^^^
Foo ||= bar
^^^^^^^^^^^^
Foo::Bar = 1
^^^^^^^^^^^^

Foo::Foo, Bar::Bar = 1
^^^^^^^^  ^^^^^^^^
$foo = 1
^^^^^^^^

$foo, $bar = 1
^^^^  ^^^^
@foo
^^^^
@foo, = bar
^^^^
foo = 1
^^^^^^^

foo, bar = 1
^^^  ^^^

The line number in the source code where this AST’s text began.

The column number in the source code where this AST’s text began.

The line number in the source code where this AST’s text ended.

The column number in the source code where this AST’s text ended.

The line number in the source code where this AST’s text began.

The column number in the source code where this AST’s text began.

The line number in the source code where this AST’s text ended.

Search took: 3ms  ·  Total Results: 1654